From 3562ed87ca6574beb4ee6f2f627a1f9a89a9ba1b Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 5 Feb 2004 02:15:03 +0000 Subject: [PATCH] (Fset_buffer_multibyte): Fix docstring. --- src/buffer.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/buffer.c b/src/buffer.c index fa5a9c85c2d..922e39f1693 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -2081,7 +2081,9 @@ DEFUN ("set-buffer-multibyte", Fset_buffer_multibyte, Sset_buffer_multibyte, If FLAG is t, this makes the buffer a multibyte buffer. If FLAG is nil, this makes the buffer a single-byte buffer. The buffer contents remain unchanged as a sequence of bytes -but the contents viewed as characters do change. */) +but the contents viewed as characters do change. +If the multibyte flag is really changed, undo information of the +current buffer is cleared. */) (flag) Lisp_Object flag; { -- 2.30.2